-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Route into folders instead of parents in private links #5654
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
SonarCloud Quality Gate failed. |
Results for oC10Basic https://drone.owncloud.com/owncloud/web/18135/7/1 |
@kulmann what was missing to merge this one? :) |
There was an issue with the sdk not throwing errors but instead returning an error-like string. Needs to be fixed and then updated in web (e.g. in this PR). Well, and then, getting CI green. ;-) |
1aacf04
to
445d420
Compare
Rebased and also used the chance to fix a bug when resolving private links. The issue in the sdk was resolved so this is ready for review now. @pascalwengerter could you take a look? |
445d420
to
29d17e2
Compare
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 😍 finally
Description
For private links to a folder: route directly into the folder instead of the parent. Routing to parent is only valid for files.
Related Issue
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist:
Open tasks: